home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Visual Database / Visual BASIC 5.0 (Ent. Edition) / Vb5ent Extractor.EXE / VB / SAMPLES / ENTRPRIS / APE / AELOGGER / AELOGGER.RC next >
Encoding:
Text File  |  1996-12-06  |  578 b   |  16 lines

  1. STRINGTABLE DISCARDABLE 
  2. BEGIN
  3.     1    "*** Do *NOT* Localize any string that starts with '***'.  They are comments to be used by localizers to identify sections.  They also mark the beginning of a new 'section' within the String Table."
  4.     //Logging strings
  5.     2    "Logger"    //Component name
  6.     //Display string
  7.     3    "Disk full, logging turned off."
  8.     4    "Writing Temporary log file."
  9.     //U/I strings
  10.     5    "Logger"    //Form Caption
  11.     29    "*** Font information for all forms.  Index 30 is the Character set, Index 31 is Font name, Index 32 is Font Size"
  12.     30    "0"
  13.     31    "Tahoma"
  14.     32    "10"
  15. END
  16.